'Declaration
Public Function New( _ ByVal table As DataTable, _ ByVal keyColumn As String, _ ByVal columnNames() As String, _ ByVal displayColumn As Integer _ )
public MultiColumnDictionary( DataTable table, string keyColumn, string[] columnNames, int displayColumn )
Parameters
- table
- Data source object.
- keyColumn
- Name of the data source column that contains unique keys.
- columnNames
- Array with the names of the columns that are included in the map.
- displayColumn
- Name of the column that is displayed in the grid.